home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / dyn_range / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-06  |  101 b   |  8 lines

  1. CC = gcc
  2.  
  3. test_hdp: test_hdp.o hdp.o
  4.     $(CC) -o test_hdp test_hdp.o hdp.o
  5.  
  6. clean:
  7.     rm -f *.o test_hdp
  8.